Changed cell area/renderer "can_focus" semantics to "is_activatable" across the board.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 07:29:09 +0000 (16:29 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 07:29:09 +0000 (16:29 +0900)
commit626f27f7ed90bef4280ee0248a4fb565b7d0012f
tree9a06778faced1c97d4a487f609ad969b8f8a1444
parentdbe026ed1eba1869970f6c2d8d399b1fd4246ac2
Changed cell area/renderer "can_focus" semantics to "is_activatable" across the board.

This is because focus in treeviews can be given to cells that cannot do anything
with activation (for better keynav), so we dissociate the concept of cell
activation and focusing.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c
gtk/gtkcellrenderer.c
gtk/gtkcellrenderer.h
gtk/gtktreeview.c